<xs:element name="api_result" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:sequence> <xs:element type="xs:string" name="authentication" /> <xs:element type="xs:int" name="num_results" /> <xs:element name="result" maxOccurs="unbounded" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="xs:string" name="type" /> <xs:element type="xs:string" name="campaign_id" /> <xs:element type="xs:string" name="msg_id" /> <xs:element type="xs:string" name="categoryname" /> <xs:element type="xs:string" name="optout" /> <xs:element type="xs:string" name="date_gmt" /> <xs:element type="xs:string" name="recipient" /> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
© 2013 All Rights Reserved.